hash/crc32.digest.tab (field)

4 uses

	hash/crc32 (current package)
		crc32.go#L138: 	tab *Table
		crc32.go#L173: 	b = byteorder.BEAppendUint32(b, tableSum(d.tab))
		crc32.go#L190: 	if tableSum(d.tab) != byteorder.BEUint32(b[4:]) {
		crc32.go#L221: 	d.crc = update(d.crc, d.tab, p, false)